ClipBoard::PasteClipboard

Section: ET++ method description (n)
Updated: automatically Mon Apr 8 20:18:04 1991
Index Return to Main Contents
 

NAME

ClipBoard::PasteClipboard - instance method  

TEMPLATE

pasteCommand = Command * PasteClipboard(View * view)  

SPECIFIERS

public  

DESCRIPTION

PasteClipboard is called by the method View::DoMenuCommand when the paste menu command is selected. PasteClipboard passes the instvar type and a newly created input stream containing the clipboard data to the method View::PasteData.
See also method SelectionToClipboard.  

ARGUMENTS

View * view

the View
that calls this method
 

RETURN ARGUMENT

Command * pasteCommand

is either gNoChanges
or an undoable command object which actually pastes the data into the View
 

CATEGORIES

client interface

 

FILES

implementation:
ClipBoard.C


 

Index

NAME
TEMPLATE
SPECIFIERS
DESCRIPTION
ARGUMENTS
RETURN ARGUMENT
CATEGORIES
FILES

This document was created by man2html, using the manual pages.
Time: 00:40:31 GMT, March 30, 2022